*
{
    margin: 0;
    padding: 0;
}
.menu
{
    position: relative;
    height: 3.75em;
    width: 31.8em;
    top: 0px;
    left: -41px;
}
.menu ul
{
    list-style: none;
    z-index: 10;
    position: absolute;
    z-index: 100;
    padding: 0.75em;
    width:100%;
    text-align:center;
}
.menu li
{
    float: left;
    width:20%;
}
.menu a, .menu a:active, .menu a:visited
{
    display: block;
    font-family: 'KaiTi';
    color: #742831;
    padding: 0.625em;
}
/*.menu a:hover
{
    color: #742831;
    font-family:STKaiti;
}*/
#slide
{
    position: absolute;
    bottom: 0;
    height: 0.25em;
    background: #742831;
    z-index: 10;
}

img
{
    display: block;
    margin: 0 auto;
}

.menuselected
{
    font-weight: bold;
}

.footer
{
    text-align: center;
    margin: 3% 0 3% 0;
}
.indexImg
{
    width: 100%;
}
.indexImg2
{
    width: 50%;
}

.menuBlock
{
    height:1.5em;
    font-size: 1.125em;
    font-family: "STKaiti";
}
.onmenu
{
    font-weight: bold;
    background: url("../images/menuDown.jpg");
    background-repeat: no-repeat;
    background-position: 0 100%;
}
a
{
    text-decoration: none;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}
